projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
46ef01f
)
Revert "Fix gnus-group-get-new-news-this-group on group with closed server"
author
Andreas Schwab
<schwab@linux-m68k.org>
Sun, 7 Feb 2016 12:29:16 +0000
(13:29 +0100)
committer
Lars Ingebrigtsen
<larsi@gnus.org>
Sat, 13 Feb 2016 03:41:23 +0000
(14:41 +1100)
This reverts commit
9dc77e37aa84c6df9b3ddb4609f3c09201b0580e
.
This makes nnimap groups not be activated.
lisp/gnus/nnimap.el
patch
|
blob
|
history
diff --git
a/lisp/gnus/nnimap.el
b/lisp/gnus/nnimap.el
index 8921a9c230a31eff6c42cc6afb52b088875ca6bf..c6f54da1211f4af2425d4f43e6cd3dd735b7a421 100644
(file)
--- a/
lisp/gnus/nnimap.el
+++ b/
lisp/gnus/nnimap.el
@@
-1829,9
+1829,7
@@
Return the server's response to the SELECT or EXAMINE command."
(let ((open-result t))
(when (and server
(not (nnimap-server-opened server)))
- (let ((method (gnus-server-to-method server)))
- (setq open-result (nnimap-open-server (nth 1 method) (nthcdr 2 method)
- no-reconnect))))
+ (setq open-result (nnimap-open-server server nil no-reconnect)))
(cond
((not open-result)
nil)